xen.git
2016-09-02 Jan Beulichx86emul: check alignment of SSE and AVX memory operands
2016-09-02 Jan Beulichmemory: fix compat handling of XENMEM_access_op
2016-09-02 Jan Beulichx86/PV: make PMU MSR handling consistent
2016-09-02 Jan Beulichx86: correct PT_NOTE file position
2016-09-02 Dario Faggiolicredit1: fix a race when picking initial pCPU for a...
2016-09-02 Andrew Cooperxen/trace: Turn the stub debugtrace_{dump,printk}(...
2016-09-02 Andrew Cooperx86/shadow: More consistent printing for debug messages
2016-09-02 Juergen Grossstubdom: support Mini-OS config for Mini-OS apps
2016-09-02 Juergen Grosslibxl: fix libxl_device_usbdev_list()
2016-09-02 Juergen Grossdoc: fix some typos
2016-09-02 Andrew Coopertools/migrate: Prevent PTE truncation from being fatal...
2016-09-02 Andrew Cooperx86/levelling: fix breakage on older Intel boxes from...
2016-09-01 Jan Beulichx86: drop leftover uses of regparm attribute
2016-09-01 Jan Beulichx86/32on64: misc adjustments to call gate emulation
2016-09-01 Jan Beulichx86: drop pointless uses of __func__ / __FUNCTION__
2016-09-01 Jan Beulichx86/EFI: use less crude a way of generating the build ID
2016-09-01 Andrew Cooperx86/levelling: Provide architectural OSXSAVE handling...
2016-09-01 Andrew Cooperx86/levelling: Pass a vcpu rather than a domain to...
2016-09-01 Andrew Cooperx86/levelling: Restrict non-architectural OSXSAVE handl...
2016-09-01 Andrew Cooperxen/Kconfig: Misc tweaks
2016-09-01 Andrew Cooperxen/Kconfig: Drop redundant comments from Kconfig files
2016-08-31 Jan Beulichx86/PV: remove read_descriptor()'s regs parameter
2016-08-31 Feng Wupassthrough: fix a BUG_ON issue
2016-08-31 Wei Liuxen: add a gcov Kconfig option
2016-08-31 Wei Liuxen: fix gcov compilation
2016-08-31 Wei Liuarm64: use "b" to branch to start_xen
2016-08-31 Wei Liuarm: acpi/boot.c is only used during initialisation
2016-08-30 Wei Liulibxl: update flex output files
2016-08-30 Juergen Grosslibxc: correct max_pfn calculation for saving domain
2016-08-29 Suravee Suthikulpanitx86/HVM: add guarding logic for VMX specific code
2016-08-29 Jan Beulichpass-through: drop pointless uses of __func__
2016-08-25 Daniel Kiperx86/boot: use %ecx instead of %eax
2016-08-25 Daniel Kiperx86/boot: call reloc() using stdcall calling convention
2016-08-25 Daniel Kiperx86/boot/reloc: reduce assembly usage as much as possible
2016-08-25 Daniel Kiperx86/boot: create *.lnk files with linker script
2016-08-25 Jan BeulichVT-d: drop pointless uses of __func__
2016-08-25 Jan BeulichXSM: drop pointless uses of __FUNCTION__
2016-08-25 Chris Pattersonns16550: mask transmit holding register empty interrupt...
2016-08-24 Wei Liulibxl: only return {OVMF,SEABIOS}_PATH if available
2016-08-24 Wei Liutools: only define {OVMF,SEABIOS}_PATH when they are...
2016-08-24 Lars KurthAdded source of ax_compare_version.m4 to import log
2016-08-22 Wei Liuhvmloader: use bound checking in get_module_entry
2016-08-22 Wei Liuhvmloader: correctly copy signature to info structures
2016-08-19 Andrew Cooperxen/physmap: Do not permit a guest to populate PoD...
2016-08-19 Andrew Cooperxen/memop: Latch current->domain in a local variable
2016-08-19 Jan Beulichx86: don't needlessly globalize page table labels
2016-08-19 Jan Beulichx86/EFI: be cautious about being handed control with...
2016-08-19 Jan Beulichx86/EFI: don't apply relocations to l{2,3}_bootmap
2016-08-19 Derek Strakax86: add a tboot Kconfig option
2016-08-18 Anthony PERARDdocs/misc/hvmlite: Point to the canonical definition...
2016-08-18 Anthony PERARDconfigure: do not depend on SEABIOS_PATH or OVMF_PATH ...
2016-08-18 Anthony PERARDhvmloader: Always build-in SeaBIOS and OVMF loader
2016-08-18 Anthony PERARDhvmloader: bios->bios_load() now needs to be defined
2016-08-18 Anthony PERARDhvmloader: Load OVMF from modules
2016-08-18 Anthony PERARDhvmloader: Load SeaBIOS from hvm_start_info modules
2016-08-18 Anthony PERARDhvmloader: Locate the BIOS blob
2016-08-18 Anthony PERARDhvmloader: Grab the hvm_start_info pointer
2016-08-18 Anthony PERARDlibxl: Load guest BIOS from file
2016-08-18 Anthony PERARDfirmware/Makefile: install BIOS blob ...
2016-08-18 Anthony PERARDconfigure: #define SEABIOS_PATH and OVMF_PATH
2016-08-18 Anthony PERARDlibxc: Prepare a start info structure for hvmloader
2016-08-18 Anthony PERARDlibxc: Rework extra module initialisation
2016-08-18 Roger Pau Monnetools/xenalyze: append argp LD flags if needed
2016-08-18 Juergen Grossxen: Move the hvm_start_info C representation to the...
2016-08-17 Lars KurthAdd information on sources for vmac.* and rijndael.*
2016-08-17 Jan Beulichx86emul: improve LOCK handling
2016-08-17 Jan Beulichx86emul: introduce SrcEax for XCHG
2016-08-17 Jan Beulichx86emul: re-order main 2-byte opcode switch() statement
2016-08-17 Jan Beulichx86emul: don't open code EFLAGS handling for 2-operand...
2016-08-17 Jan Beulichx86emul: use DstEax also for {,I}{MUL,DIV}
2016-08-17 Jan Beulichdomctl: relax getdomaininfo permissions
2016-08-16 Jan Beulichx86emul: drop SrcInvalid
2016-08-16 Jan Beulichx86emul: drop RIP-relative special case for TEST
2016-08-16 Jan Beulichx86emul: remove dead code
2016-08-15 Jan Beulichx86emul: introduce SrcImm16
2016-08-15 Jan Beulichx86emul: fold SrcImmByte fetching
2016-08-15 Jan Beulichx86: force suitable alignment in sources rather than...
2016-08-15 Jan Beulichbuild-id: fix minor quirks
2016-08-12 Wei LiuConfig.mk: update mini-os commit
2016-08-12 Jan Beulichx86emul: use DstEax where possible
2016-08-12 Jan Beulichx86emul: don't special case fetching unsigned 8-bit...
2016-08-12 Jan Beulichx86emul: all push flavors are data moves
2016-08-12 Jan Beulichx86emul: don't special case fetching immediates of...
2016-08-12 Jan Beulichx86emul: don't special case fetching the immediate...
2016-08-12 Razvan Cojocaruvm_event: synchronize vCPU state in vm_event_resume()
2016-08-12 Razvan Cojocaruvm_event: fix comment
2016-08-12 Andrew Cooperx86/cpufreq: Avoid using processor_pminfo[cpu] when...
2016-08-12 Andrew Cooperx86/boot: Align e820 and video data in the boot trampoline
2016-08-11 Wei Liulibxc: use DPRINTF in xc_domain_dumpcore_via_callback
2016-08-11 Jan Beulichx86/NUMA: cleanup
2016-08-11 Jan Beulichpage-alloc/x86: don't restrict DMA heap to node 0
2016-08-11 Trammell Hudsonallow reproducible builds of xen.gz
2016-08-11 Boris OstrovskyAMD/VPMU: 0xc0010000 - 0xc001007 MSRs are in PMU range
2016-08-11 Boris Ostrovskyx86/HVM: add more checks verifying that PIT/PIC/IOAPIC...
2016-08-11 Andrew Cooperx86/microcode: Avoid undefined behaviour from signed...
2016-08-11 Andrew Cooperxen/x86: Avoid undefined behaviour by shifting into...
2016-08-11 Andrew Cooperxen/common: Avoid undefined behaviour by shifting into...
2016-08-10 Andrew Cooperx86/traps: Fix failed ASSERT() in do_guest_trap()
2016-08-10 Boris Ostrovskyhvmloader: acpi_build_tables() can't take acpi_config...
2016-08-10 Boris Ostrovskyhvmloader: include libacpi.h instead of acpi2_0.h in...
next